ExceptionThrownEvent

data class ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails) : Event

Issued when exception was thrown and unhandled.

Constructors

ExceptionThrownEvent
Link copied to clipboard
fun ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

exceptionDetails
Link copied to clipboard
val exceptionDetails: ExceptionDetails
timestamp
Link copied to clipboard
val timestamp: Timestamp
Timestamp of the exception.

Sources

jvm source
Link copied to clipboard